Skip to content

Remove superseded agentic-workflows examples; make example docs consistent#142

Open
NicholasDCole wants to merge 1 commit into
mainfrom
chore/agentic-examples-cleanup-and-smoke-tooling
Open

Remove superseded agentic-workflows examples; make example docs consistent#142
NicholasDCole wants to merge 1 commit into
mainfrom
chore/agentic-examples-cleanup-and-smoke-tooling

Conversation

@NicholasDCole

@NicholasDCole NicholasDCole commented Jul 21, 2026

Copy link
Copy Markdown

Summary

Cleanups following the agentspan merge (#131):

Remove examples/agentic-workflows/

The 5 hand-built LLM-system-task workflow examples are superseded by the durable agents layer — every scenario they demonstrated (tool calling, multi-agent chat, HITL, MCP) has a richer counterpart under examples/agents/. All references across README.md, examples/README.md, SDK_DEVELOPMENT.md, and SDK_NEW_LANGUAGE_GUIDE.md are repointed to the agents examples. The LLM task builders (llmChatCompleteTask etc.) remain documented — only the example folder is removed.

Documentation consistency on example counts

  • examples/agents/README.md catalog rebuilt to list all 111 core examples organized by topic — 65 were missing from the catalog after the merge, and it linked one nonexistent file (27-user-proxy-agent.ts). Verified programmatically: 111 unique links, zero broken, zero missing.
  • All agent-example count claims standardized to "200+" (previously an inconsistent mix of "60+" and stale per-directory counts).
  • Stale workflow-example counts in SDK_DEVELOPMENT.md corrected (14 core / 9 api-journeys / 8 advanced).

Related

🤖 Generated with Claude Code

@codecov

codecov Bot commented Jul 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
integration-v4-sm 41.47% <ø> (-0.07%) ⬇️
integration-v5-sdkdev 44.03% <ø> (+0.11%) ⬆️
unit 73.84% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@NicholasDCole
NicholasDCole marked this pull request as ready for review July 21, 2026 16:30
…stent

The examples/agentic-workflows/ folder (5 hand-built LLM-system-task
workflow examples) is superseded by the durable agents layer merged in
891bd06 - every scenario it demonstrated (tool calling, multi-agent chat,
HITL, MCP) has a richer counterpart under examples/agents/. Delete it and
repoint all references (README, examples/README, SDK_DEVELOPMENT,
SDK_NEW_LANGUAGE_GUIDE) to the agents examples.

Also make the docs consistent about example counts:
- examples/agents/README.md catalog rebuilt to list all 111 core examples
  (65 were missing after the merge) organized by topic; removed a broken
  link to the nonexistent 27-user-proxy-agent.ts
- all counts standardized to "200+" across README, CHANGELOG,
  SDK_DEVELOPMENT, SDK_NEW_LANGUAGE_GUIDE, and examples READMEs
- stale workflow-example counts in SDK_DEVELOPMENT fixed (14 core /
  9 api-journeys / 8 advanced)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@NicholasDCole
NicholasDCole force-pushed the chore/agentic-examples-cleanup-and-smoke-tooling branch from ea872ca to 8781a19 Compare July 21, 2026 16:31
@NicholasDCole NicholasDCole changed the title Remove superseded agentic-workflows examples; add agent-example smoke tooling Remove superseded agentic-workflows examples; make example docs consistent Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant